home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15573 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  868 b 

  1. Path: hpscit.sc.hp.com!news
  2. From: Raghuveera Ravinutala <raghur>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: What are the differences between structures and classes in C++ ?
  5. Date: 7 Apr 1996 09:57:55 GMT
  6. Organization: Hewlett-Packard Company
  7. Message-ID: <4k83j3$a56@hpscit.sc.hp.com>
  8. References: <4k5m65$av@hpscit.sc.hp.com> <DpG53J.Hsz@presby.edu>
  9. NNTP-Posting-Host: 15.10.45.112
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (X11; I; HP-UX A.09.05 9000/712)
  14. X-URL: news:DpG53J.Hsz@presby.edu
  15.  
  16. <jtbell@presby.edu (Jon Bell)> wrote :
  17. >the only *formal* difference between a class and a
  18. >struct is that by default, class members are private whereas struct
  19. >members are public.
  20.  
  21. Thanx. I am aware of this difference. I would like to know more, like,
  22. inheritence etc..
  23.  
  24. Raghu.
  25. email : raghur@india.hp.com
  26.  
  27.